home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Programy / spybotsd13.exe / {app} / TeaTimer.exe / 0 / RCDATA / TFORMINFOWIN / TFORMINFOWIN.txt
Text File  |  2004-05-12  |  877b  |  45 lines

  1. object formInfoWin: TformInfoWin
  2.   Left = 326
  3.   Top = 253
  4.   Width = 345
  5.   Height = 318
  6.   BorderStyle = bsSizeToolWin
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   DesignSize = (
  17.     337
  18.     289)
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bnOk: TButton
  22.     Left = 248
  23.     Top = 256
  24.     Width = 81
  25.     Height = 25
  26.     Anchors = [akRight, akBottom]
  27.     Caption = 'OK'
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.     OnClick = bnOkClick
  31.   end
  32.   object reInfo: TRichEdit
  33.     Left = 8
  34.     Top = 8
  35.     Width = 321
  36.     Height = 241
  37.     Anchors = [akLeft, akTop, akRight, akBottom]
  38.     BorderStyle = bsNone
  39.     Color = clBtnFace
  40.     ReadOnly = True
  41.     ScrollBars = ssVertical
  42.     TabOrder = 1
  43.   end
  44. end
  45.